home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFER__
/
PROTO
/
U
/
LIFE_INP.H
< prev
next >
Wrap
Text File
|
1991-07-27
|
805b
|
33 lines
/* LIFE_INPUT */
/* File name: LIFE_INPUT */
/* Function: Handle a modal dialog */
/* History: 7/27/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* Init the modal dialog */
void D_Init_LIFE_INPUT(void);
/* Hook into the modal dialog filter routine */
Boolean D_Filter_LIFE_INPUT(DialogPtr theDialog, EventRecord *theEvent, short *itemHit);
/* Refresh the modal dialog */
void D_Refresh_LIFE_INPUT(DialogPtr theDialog);
/* Setup the modal dialog */
void D_Setup_LIFE_INPUT(DialogPtr theDialog);
/* Hit in the modal dialog */
void D_Hit_LIFE_INPUT(DialogPtr theDialog, short itemHit, Boolean *ExitDialog);
/* Exit the modal dialog */
void D_Exit_LIFE_INPUT(DialogPtr theDialog);
/* ======================================================= */